home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / itsear1a / form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1999-10-17  |  2.2 KB  |  76 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   4  'Festes Werkzeugfenster
  4.    Caption         =   "Abk
  5. rzungen Suchen"
  6.    ClientHeight    =   5430
  7.    ClientLeft      =   5040
  8.    ClientTop       =   2880
  9.    ClientWidth     =   4680
  10.    Icon            =   "Form1.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   5430
  15.    ScaleWidth      =   4680
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  'Bildschirmmitte
  18.    Begin VB.Frame Frame1 
  19.       Caption         =   "Ergebnisse"
  20.       Height          =   4815
  21.       Left            =   0
  22.       TabIndex        =   3
  23.       Top             =   600
  24.       Width           =   4695
  25.       Begin VB.TextBox Text2 
  26.          Appearance      =   0  '2D
  27.          BackColor       =   &H00C0C0C0&
  28.          BorderStyle     =   0  'Kein
  29.          Height          =   4455
  30.          Left            =   120
  31.          Locked          =   -1  'True
  32.          MousePointer    =   1  'Pfeil
  33.          MultiLine       =   -1  'True
  34.          TabIndex        =   4
  35.          Top             =   240
  36.          Width           =   4455
  37.       End
  38.    End
  39.    Begin VB.CommandButton Command1 
  40.       Caption         =   "Suchen"
  41.       Default         =   -1  'True
  42.       Height          =   255
  43.       Left            =   3720
  44.       TabIndex        =   2
  45.       Top             =   240
  46.       Width           =   855
  47.    End
  48.    Begin VB.TextBox Text1 
  49.       Height          =   285
  50.       Left            =   960
  51.       TabIndex        =   0
  52.       Top             =   240
  53.       Width           =   2775
  54.    End
  55.    Begin VB.Label Label1 
  56.       AutoSize        =   -1  'True
  57.       Caption         =   "Abk
  58. rzung:"
  59.       Height          =   195
  60.       Left            =   120
  61.       TabIndex        =   1
  62.       Top             =   240
  63.       Width           =   810
  64.    End
  65. Attribute VB_Name = "Form1"
  66. Attribute VB_GlobalNameSpace = False
  67. Attribute VB_Creatable = False
  68. Attribute VB_PredeclaredId = True
  69. Attribute VB_Exposed = False
  70. Private Sub Command1_Click()
  71. Module1.Main
  72. End Sub
  73. Private Sub Form_Load()
  74. App.TaskVisible = False
  75. End Sub
  76.